(mail-do-fcc): Don't output a newline before From...
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 01:16:14 +0000 (01:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 May 1993 01:16:14 +0000 (01:16 +0000)
lisp/mail/sendmail.el

index 4c3da7b2e54a417f678b077a3df526ae20702d13..9134c34095ca8a01ab396a536331418bd6ec3198 100644 (file)
@@ -377,7 +377,7 @@ the user from the mailer."
                               (% abs 60))))
       (set-buffer tembuf)
       (erase-buffer)
-      (insert "\nFrom " (user-login-name) " "
+      (insert "From " (user-login-name) " "
              (current-time-string) "\n")
       ;; Insert the time zone before the year.
       (forward-char -1)